object AboutBox: TAboutBox Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'About' ClientHeight = 253 ClientWidth = 329 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 313 Height = 201 BevelInner = bvRaised BevelOuter = bvLowered Color = clWhite TabOrder = 0 object ProgramIcon: TImage Left = 8 Top = 8 Width = 297 Height = 185 Picture.Data = {} IsControl = True end object ProductName: TLabel Left = 160 Top = 56 Width = 135 Height = 41 Alignment = taRightJustify AutoSize = False Caption = 'A.M.P. Graphics Collection version 1.00' Transparent = True IsControl = True end object Copyright: TLabel Left = 176 Top = 152 Width = 121 Height = 33 Hint = 'TWAiN PAiN!' Alignment = taRightJustify AutoSize = False Caption = 'Copyright (c) 1997 Written by Alex Paalvast' Transparent = True OnClick = CopyrightClick IsControl = True end end object OKButton: TButton Left = 127 Top = 220 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end